home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbgate2.arc / XNET.PRN < prev   
Encoding:
Text File  |  1989-12-15  |  6.4 KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.      
  7.      
  8.      
  9.      
  10.      
  11.      
  12.      
  13.      
  14.      
  15.      
  16.      
  17.      
  18.      
  19.      
  20.      
  21.      
  22.      
  23.      
  24.      
  25.               C r o s s N e t   M o d u l e   A   v 1 . 1 5
  26.      
  27.      
  28.                 (C)Copyright CDC Software Development 1989
  29.      
  30.      
  31.                            All Rights Reserved
  32.      
  33.      
  34.      
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.                          CrossNet - Introduction
  73.      
  74.        All  I have to say at this point is <WHEW!>.  It's taken a lot
  75.      of blood sweating months to get CrossNet where it is.  Thanks to
  76.      PCBGate,  a  lot  of  things  were made somewhat  easier.   But,
  77.      unbeleivably, here it is finally.
  78.      
  79.        I  originally  designed it to  support *A* node to  echo  to.
  80.      However,  it now supports up to 10,000 nodes and 1000 areas.   I
  81.      know  that sounds a bit absurd, but, and this is in reference to
  82.      many  aspects  of CrossNet,  it's full capabilities are  limited
  83.      only  to the user applying it.  Sure, you can echo 1  conference
  84.      with  10,000 nodes, or 1000 conferences with 10 nodes,  or...who
  85.      knows?   As  you learn what  you have to work with, you'll  find
  86.      many ways in which to apply it to your own needs.
  87.      
  88.        CrossNet is primarily designed for the PCBoard sysop who wants
  89.      to carry Fido type echo conferences.  The advantage of this over
  90.      PCBGate,  is  that CrossNet  tosses mail from, and creates  Fido
  91.      type  packets.  In the scan process it will compress the packets
  92.      and create Fido type netmail attach messages.  There's much more
  93.      to  it,  as  you'll see,  but  for a simple setup the  above  is
  94.      standard.
  95.      
  96.        If you want to get complicated, you can also cross conference,
  97.      or  port conferences between a  Fido type network and a  PCBoard
  98.      network.   Or,  operate  a  mail  Gate.  This is what  I  do  in
  99.      practical  use between CanConfmail/Smartnet and  IMEX/Alternet.
  100.      It's also partly why I wrote the program.
  101.      
  102.        But, without further adue, lets get on with it...
  103.      
  104.      
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.                            CrossNet - Overview
  139.      
  140.        First,  I'll fill you in on the environment, and how  CrossNet
  141.      does what it does.  (further referred to as XNet)
  142.      
  143.        XNet uses 4 files to operate, which it will create for you:
  144.      
  145.      XNET.GLB    - Global Configuration
  146.      NETNAME.CCF - Conference Configuration File
  147.      NETNAME.ECF - Echo Configuration File
  148.      NETNAME.LMR - Last Message Read Markers
  149.      
  150.        PCBGate  supported  100 areas.   But with this,  and  multiple
  151.      networks  in  mind, XNet supports  up to 10 sets of 100  areas.
  152.      Each  set has a name, such as "FIDONET".  Your config files then
  153.      become  FIDONET.CCF etc. etc.  The configuration program manages
  154.      these  for  you, menu driven  style so you don't go  crazy  with
  155.      complexities.  Everything in one neat package.
  156.      
  157.      
  158.      Global Configuration
  159.      
  160.        XNET.GLB  holds  the information  that XNet uses on  a  global
  161.      basis  throught both processes, like the network names,  netmail
  162.      area(s), runtime options, and other features.
  163.      
  164.      Conference Configuration Files
  165.      
  166.        More  on all of these files later, but basicly this file holds
  167.      all  your conference definitions;  things like area names,  base
  168.      paths, and other goodies.
  169.      
  170.      Echo Configuration Files
  171.      
  172.        These  hold  the  node  numbers  you are echoing to  for  each
  173.      conference,  in  each network area  set.  You can echo up to  10
  174.      nodes  per conference, however  a conference CAN be declared  as
  175.      many times as possible.
  176.      
  177.      Last Message Read Markers
  178.      
  179.        These  keep  track of how  high in a respective message  base,
  180.      XNet  has scanned.  It is maintained automaticly by Xnet, or can
  181.      be edited by you of course, through the configuration program.
  182.      
  183.      
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                         3
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.                     CrossNet - Programs and Utilities
  205.      
  206.        Each  of  the following will  be covered in detail later,  but
  207.      I'll  breeze  over what each  of them do.  The  following  files
  208.      compose XNet:
  209.      
  210.      XNETCFG.EXE  - The Configuration Facility
  211.      XNETSCAN.EXE - Mail Scanning Program
  212.      XNETTOSS.EXE - Mail Tossing Program
  213.      
  214.      
  215.      XNETCFG.EXE - Configuration
  216.      
  217.        ALL  of  XNet's configuration  files are managed through  this
  218.      facility.   When run, you get the global configuration  screen.
  219.      From  there,  you can  edit the conference configurations,  echo
  220.      configurations,  and  the last  messge read markers quickly  and
  221.      easily.
  222.      
  223.      XNETSCAN.EXE
  224.      
  225.        XNETSCAN  does  a  lot  of  things.  When run,  it  scans  the
  226.      appropriate  message bases for new mail.  It takes this mail and
  227.      writes  outbound .PKT packet files.  Once complete, it will scan
  228.      the declared netmail directory for existing attach messages.  If
  229.      any  exist, it'll update the current outgoing mail archive.   If
  230.      none  exist, it'll create a netmail attach message, and  archive
  231.      the packet for transmission via a network mailer program such as
  232.      Binkley, FrontDoor, etc.  It will also update the .LMR file when
  233.      complete.
  234.      
  235.      XNETTOSS.EXE
  236.      
  237.        XNETTOSS  will  search  the  specified inbound  directory  for
  238.      arcmail  packets from your Fido echo feed.  If any are found, it
  239.      will  decompress the .PKT files contained within, and toss  them
  240.      to  your PCBoard message  bases directly.  If there are  netmail
  241.      messages  within any packets you receive, they'll be written  as
  242.      Fido messages in your netmail directory.
  243.      
  244.      
  245.        That's  roughly the XNet environment.  It CAN work well, or it
  246.      can  create havok.  Some aspects of XNet can make or break  your
  247.      system,  and/or your reputation!   Pay special attention to  the
  248.      following  configuration instructions, and all should go  well.
  249.      Some special points that might get you into trouble will be well
  250.      outlined.
  251.      
  252.      
  253.      
  254.  
  255.  
  256.  
  257.  
  258.  
  259.                                         4
  260.  
  261.  
  262.  
  263.  
  264.  
  265.